home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 2 / ACE CD 2.iso / FILES / UTILS / HSBASIC2.DMS / in.adf / HB2Examples2.0.Lha / Examples / GadtoolsGadgets / ReadMe < prev   
Encoding:
Text File  |  1994-04-29  |  1.0 KB  |  24 lines

  1. GadtoolsGadgets.bas - Example of using a number of gadtools gadgets.
  2. ==================================================================
  3.  
  4. Derived from RKM example (c) Copyright 1992 Commodore-Amiga, Inc.
  5.  
  6. This is a variant on the Commodore example "Complete Gadtools Gadget Example"
  7. taken from the Libraries RKM p.406 extended to have a ListView gadget.
  8.  
  9. The example shows how to create a set of gadtools gadgets with keyboard shortcuts,
  10. display thesein a window and display what the user has changed. It does this
  11. by opening its own window and doing its own event handling. It shows string, slider,
  12. button and ListView gadgets.
  13.  
  14. The example will work on versions of Workbench 2.04 or later (V37 and above).
  15. above).
  16.  
  17. Compiling
  18. ---------
  19. Load the GadtoolsGadgets_inc.bh file and Tokenise it (Program-Tokenise),
  20. making sure you have no token file selected in the File Options (Settings-
  21. Compiler-Files). Once you have your token file, set the File Options-Token
  22. File setting to the GadtoolsGadgets_inc.t file just created. Load the
  23. GadtoolsGadgets.bas file, compile & run it.
  24.